Skip to main content
DELETE
/
api
/
v1
/
me
/
integrations
/
{kind}
/
{id}
Revoke one integration by `(kind, id)`. Dispatches to the existing per-kind revoke helper:
curl --request DELETE \
  --url https://api.backside.app/api/v1/me/integrations/{kind}/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kind
string
required

integration_key | oauth_connection | agent_config_byok

id
string<uuid>
required

Row id within the per-kind table

Response

Revoked